01 15 added support for supported features in toml#6765
Merged
Conversation
fe39235 to
71f5db9
Compare
Contributor
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success3676 tests passing in 1431 suites. Report generated by 🧪jest coverage report action from f903c47 |
js-goupil
commented
Jan 19, 2026
| }, | ||
| }, | ||
| supportedFeatures: { | ||
| supportsOffline: extension.configuration.supported_features?.offline_mode ?? false, |
Contributor
Author
There was a problem hiding this comment.
dev payloads use camel casing, unlike the deployed configs, which use snake case.
282c402 to
861716b
Compare
vividviolet
reviewed
Jan 19, 2026
packages/app/src/cli/models/extensions/specifications/ui_extension.test.ts
Show resolved
Hide resolved
861716b to
f903c47
Compare
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes https://github.com/shop/issues-retail/issues/22868
WHY are these changes introduced?
This adds the ability to specify in the toml, whether or not an extension supports
offline_mode. This is a new feature for POS Extensions. The backend is already wired up to support this.WHAT is this pull request doing?
tomlextensions.supported_featuresoffline_modeboolean to include its value in the deploy config.How to test your changes?
pnpm shopify app deploy --path [PATH_TO_APP]configandsupportedFeaturesfields on the Extension object.Post-release steps
Measuring impact
How do we know this change was effective? Please choose one:
Checklist